home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / BARNET / ACORNET / OLD-VERSIONS / ANET013A / !Acornet / Apps / !FreeSMTP / defaultcnf < prev    next >
Text File  |  1996-04-23  |  2KB  |  61 lines

  1. # hostname
  2. # ========
  3. # You must tell the daemon which hostnames belong to you
  4. # Usually only a single hostname!
  5.  
  6. # hostname delenn.ecs.soton.ac.uk
  7.  
  8.  
  9. # localdomain
  10. # ===========
  11. # list the e-mail domains to handle - ie. domains local to the machine
  12. # Mail addressed to one of these domains eg. user@localdomain will
  13. # be accepted as destined for local delivery.  For the majority of
  14. # users this will be the same as hostname above (this would include
  15. # single-host Demon subscribers for example).  Alias file leaf names
  16. # are an optional second parameter.
  17.  
  18. # localdomain delenn.ecs.soton.ac.uk aliases
  19.  
  20. # forwarder
  21. # =========
  22. # list the e-mail domains for which this machine is a forwarder
  23. # format is:  forwarder domain how
  24. # where domain is a domain (or * meaning all)
  25. # and how is either MX or the name of a 'smarthost' which will forward it
  26.  
  27. # forwarder * MX
  28.  
  29. # acceptfrom
  30. # ==========
  31. # reject mail from hosts other than those listed in acceptfrom
  32. # don't have any acceptfrom entries to allow 'open' access to 
  33. # the server.
  34.  
  35. # rejectfrom
  36. # ==========
  37. # reject mail from hosts listed here
  38.  
  39.  
  40. # noexpand
  41. # ========
  42. # if this directive is present, then EXPN commands from remote hosts
  43. # will be met with:  252 EXPN Alias expansion disabled by local policy
  44.  
  45. # noexpand
  46.  
  47. # noiconbar
  48. # =========
  49. # if this directive is present, then no icon bar icon will be installed
  50. # and the only way of stopping the program is to run it again.
  51.  
  52. # noiconbar
  53.  
  54. # killfile
  55. # ========
  56. # This directive defines a file containing a list of senders from whom
  57. # mail is to rejected.  MAIL attempts from that user will be met with:
  58. # 550 Sender <whatever> rejected by local policy
  59.  
  60. killfile smtpserver:killfile
  61.